OmniMarkupPreviewer v1.6 Changelog:


NOTE:
1. You may need to restart Sublime Text 2, if anything goes wrong after upgrade.
2. Templates should get updated if they got cutomized.


* [MathJax] support is now added (through the `"mathjax_enabled"` option), you can
  use `$..$` and `\(..\)` delimiters for inline math, `$$..$$` and `\[..\]` delimiters
  for display math. [MathJax] libraries will be downloaded on demand. for more
  information, visit [my blog](http://theo.im/blog/2012/11/03/latex-support-in-omnimarkuppreviewer/).
* Add support to custom the behavior of markdown renderer (through the
  `"renderer_options-MarkdownRenderer"` option).
* Responsive width on browser width change.
* Much better http server performance (Thanks to the [CherryPy] project).

[MathJax]: http://www.mathjax.org
[CherryPy]: http://www.cherrypy.org
